Finding the True Frequent Itemsets
نویسندگان
چکیده
Frequent Itemsets (FIs) mining is a fundamental primitive in data mining that requires to identify all itemsets appearing in a fraction at least θ of a transactional dataset D. Often though, the ultimate goal of mining D is not an analysis of the dataset per se, but the understanding of the underlying process that generated D. Specifically, in many applications D is a collection of samples obtained from an unknown probability distribution π on transactions, and by extracting the FIs in the dataset D one attempts to infer itemsets that are frequently generated by π, which we call the True Frequent Itemsets (TFIs). Due to the inherently random nature of the generative process, the set of FIs is only a rough approximation to the set of TFIs, as it often contains a huge number of spurious itemsets, i.e., itemsets that are not among the TFIs. In this work we present two methods to identify a collection of itemsets that contains only TFIs with probability at least 1 − δ (i.e., the methods have Family-Wise Error Rate bounded by δ), for some user-specified δ, without imposing any restriction on π. Our methods are distribution-free and make use of results from statistical learning theory involving the (empirical) VC-dimension of the problem at hand. This allows us to identify a larger fraction of the TFIs (i.e., to achieve higher statistical power) than what could be done using traditional multiple hypothesis testing corrections. In the experimental evaluation we compare our methods to established techniques (Bonferroni correction, holdout) and show that they return a very large subset of the TFIs, achieving a very high statistical power, while controlling the Family-Wise Error Rate.
منابع مشابه
Maximal frequent itemset generation using segmentation approach
Finding frequent itemsets in a data source is a fundamental operation behind Association Rule Mining. Generally, many algorithms use either the bottom-up or top-down approaches for finding these frequent itemsets. When the length of frequent itemsets to be found is large, the traditional algorithms find all the frequent itemsets from 1-length to n-length, which is a difficult process. This prob...
متن کاملFinding Cyclic Frequent Itemsets
Mining various types of association rules from supermarket datasets is an important data mining problem. One similar problem involves finding frequent itemsets and then deriving rules from frequent itemsets. The supermarket data is temporal. Considering time attributes in the supermarket dataset some association rules can be extracted which may hold for a small time interval and not throughout ...
متن کاملGraph Based Approach for Finding Frequent Itemsets to Discover Association Rules
The discovery of association rules is an important task in data mining and knowledge discovery. Several algorithms have been developed for finding frequent itemsets and mining comprehensive association rules from the databases. The efficiency of these algorithms is a major issue since a long time and has captured the interest of a large community of researchers. This paper presents a new approa...
متن کاملUsing attribute value lattice to find closed frequent itemsets
Finding all closed frequent itemsets is a key step of association rule mining since the non-redundant association rule can be inferred from all the closed frequent itemsets. In this paper we present a new method for finding closed frequent itemsets based on attribute value lattice. In the new method, we argue that vertical data representation and attribute value lattice can find all closed freq...
متن کاملITL-MINE: Mining Frequent Itemsets More Efficiently
The discovery of association rules is an important problem in data mining. It is a two-step process consisting of finding the frequent itemsets and generating association rules from them. Most of the research attention is focused on efficient methods of finding frequent itemsets because it is computationally the most expensive step. In this paper, we present a new data structure and a more effi...
متن کامل